home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_1040 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  262 b   |  18 lines

  1. i = 1;
  2. while(i <= 10)
  3. {
  4.    who = eval("exs" + i);
  5.    who.removeMovieClip();
  6.    i++;
  7. }
  8. fader300.removeMovieClip();
  9. delete i;
  10. delete who;
  11. ttotal = 0;
  12. tmark = getTimer();
  13. trace("Inicio:" + tmark);
  14. if(cheat == "allmovies")
  15. {
  16.    gotoAndPlay(1460);
  17. }
  18.